home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 85 / CD-ROM 85 / CD-ROM 85.iso / util / treecomp / _SETUP.1 / TreeComp.exe / 0 / RCDATA / TUPDATEHISTORYFORM / TUPDATEHISTORYFORM.txt
Encoding:
Text File  |  2001-02-01  |  1.2 KB  |  63 lines

  1. object UpdateHistoryForm: TUpdateHistoryForm
  2.   Left = 444
  3.   Top = 377
  4.   Width = 383
  5.   Height = 116
  6.   Caption = 'Enter update history text'
  7.   Color = clBtnFace
  8.   Constraints.MinHeight = 116
  9.   Constraints.MinWidth = 383
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   OnCloseQuery = FormCloseQuery
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Bevel1: TBevel
  21.     Left = 8
  22.     Top = 8
  23.     Width = 281
  24.     Height = 65
  25.     Anchors = [akLeft, akTop, akRight, akBottom]
  26.     Shape = bsFrame
  27.   end
  28.   object Label1: TLabel
  29.     Left = 24
  30.     Top = 24
  31.     Width = 124
  32.     Height = 13
  33.     Caption = 'Update history text to add:'
  34.   end
  35.   object BitBtn1: TBitBtn
  36.     Left = 296
  37.     Top = 8
  38.     Width = 75
  39.     Height = 25
  40.     Anchors = [akTop, akRight]
  41.     TabOrder = 1
  42.     Kind = bkOK
  43.   end
  44.   object BitBtn2: TBitBtn
  45.     Left = 296
  46.     Top = 40
  47.     Width = 75
  48.     Height = 25
  49.     Anchors = [akTop, akRight]
  50.     TabOrder = 2
  51.     Kind = bkCancel
  52.   end
  53.   object ComboBoxUpdateHistoryText: TComboBox
  54.     Left = 24
  55.     Top = 40
  56.     Width = 257
  57.     Height = 21
  58.     Anchors = [akLeft, akTop, akRight, akBottom]
  59.     ItemHeight = 13
  60.     TabOrder = 0
  61.   end
  62. end
  63.